home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7626 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: news1.h1.usa.pipeline.com!usenet
  2. From: grantp@usa.pipeline.com(Pete)
  3. Newsgroups: comp.lang.c++,comp.os.ms-windows.programmer.win32,comp.os.ms-windows.nt.misc,fido7.windows.nt,fido7.windows
  4. Subject: Re: Tale of my woe: IMPLIB from Borland IDE
  5. Date: 24 Feb 1996 14:42:00 GMT
  6. Organization: Kalevi, Inc.
  7. Message-ID: <4gn83o$piq@news1.usa.pipeline.com>
  8. References: <4gl5n6$l1p@cmcl2.NYU.EDU>
  9. NNTP-Posting-Host: pipe14.h1.usa.pipeline.com
  10. X-PipeUser: grantp
  11. X-PipeHub: usa.pipeline.com
  12. X-PipeGCOS: (Pete)
  13. X-Newsreader: Pipeline USA v3.3.0
  14.  
  15. On Feb 23, 1996 19:48:54 in article <Re: Tale of my woe: IMPLIB from
  16. Borland IDE>, 'fren5011@quean.cims.nyu.edu (David Frenkiel)' wrote: 
  17.  
  18.  
  19. >Alex Lubimov (lubimov@r-style.msk.su) wrote: 
  20. >: I'm doing a project in Borland C++ 4.52 IDE, which contains a 
  21. >: 32-bit .DLL target. Every time when I have to run IMPLIB, I get 
  22. >: a message: 
  23. >:           "Critical error during transfer" 
  24. >I don't know if this will help but have you tried running implib 
  25. >from the command line (from a DOS prompt)? 
  26. I may not know the answer either, but I do know that implib.exe 
  27. does not work with 32-bit dll's.  Trying it from the command line, 
  28. therefore will be unsuccessful. 
  29.  
  30. Alex:  Are you trying to implib a foreign DLL or does the 
  31. error occur when you're building your own DLL? 
  32.  
  33. >I use Borland C++ but I do everything from the command line with 
  34. >makefiles. 
  35. >I find that the IDE goes overboard with flags and definitions and 
  36. >such.  It seems to make everything more complicated than necessary. 
  37. Quite contrary, it's a lot simpler.  Just click the button - or key in 
  38. Ctl-F9 - and everything's done automatically.  If you have errors, 
  39. just double-click on the error message and the editor automatically 
  40. positions itself on the offending code. 
  41.  
  42. If you're not using the features -- which, btw are a significant part 
  43. of the price you paid -- you're wasting your money.  Command line 
  44. compiling is typically reserved for unusual needs which the 
  45. IDE can not handle.  I've built some large projects without ever 
  46. having to resort to old-fashioned command-line compilation. 
  47.  
  48. -- 
  49. Pete Grant 
  50. Kalevi, Inc. 
  51. Software Engineering & development
  52.